National Repository of Grey Literature 14 records found  1 - 10next  jump to record: Search took 0.02 seconds. 
Position Control With Camera
Ficek, Dominik ; Honec, Peter (referee) ; Richter, Miloslav (advisor)
Thesis focuses on camera’s pose estimation in set world coordinate system. This coordinate system is defined by position of predefined marks. Cursor control is selected as a pose estimation feedback. Aim of this thesis is designing real time cursor control with camera methods. In theoretical part of this thesis is dedicated to explanation of basic theory of image processing, artificial intelligence in computer vision and 3D reconstruction. Following theoretical chapter is a chapter dedicated to the design of two position control with camera methods. First method defines fixed coordinate system and cursor is controlled by camera’s movement. Second method utilizes fixed camera and movable coordinate system. Further chapters are dedicated to realization of designed methods, their evaluation and comparison.
Depth-Based Determination of a 3D Hand Position
Ondris, Ladislav ; Tinka, Jan (referee) ; Drahanský, Martin (advisor)
Cílem této práce je určení kostry ruky z hloubkového obrazu a jeho následné využití k rozpoznání statického gesta. Na vstupu je hloubkový obrázek, ve kterém je nejprve detekována ruka pomocí neuronové sítě Tiny YOLOv3. Následně je obrázek zbaven pozadí a z takto předzpracovaného obrázku je určena kostra ruky v podobě 21 klíčových bodů neuronovou sítí JGR-P2O. K rozpoznání gesta z klíčových bodů ruky byla navržena technika, která porovná kostru na vstupu s uživatelem definovanými gesty. Funkcionalita systému byla otestována na vytvořeném datasetu s více než čtyřmi tisíci obrázky.
Detection of Traffic Signs and Lights
Oškera, Jan ; Špaňhel, Jakub (referee) ; Herout, Adam (advisor)
The thesis focuses on modern methods of traffic sign detection and traffic lights detection directly in traffic and with use of back analysis. The main subject is convolutional neural networks (CNN). The solution is using convolutional neural networks of YOLO type. The main goal of this thesis is to achieve the greatest possible optimization of speed and accuracy of models. Examines suitable datasets. A number of datasets are used for training and testing. These are composed of real and synthetic data sets. For training and testing, the data were preprocessed using the Yolo mark tool. The training of the model was carried out at a computer center belonging to the virtual organization MetaCentrum VO. Due to the quantifiable evaluation of the detector quality, a program was created statistically and graphically showing its success with use of ROC curve and evaluation protocol COCO. In this thesis I created a model that achieved a success average rate of up to 81 %. The thesis shows the best choice of threshold across versions, sizes and IoU. Extension for mobile phones in TensorFlow Lite and Flutter have also been created.
Deep learning model for visual detection and classification general object from industry
Dočkal, Radim ; Honec, Peter (referee) ; Kratochvíla, Lukáš (advisor)
The goal of this bachelor’s thesis is to programme deep learning model for visual detection and classification of general object from industry. The paper is divided into five chapters. First chapter deals with research of the most used architectures of this type. The second chapter deals with choosing the best fitting architecture for usage in industry. In the third chapter is desribed the procedure of creating your own dataset. The fourth chapter then describes the implementation process itself, so that each sub-part of the architecture was sufficiently described and the results are described in the fifht chapter. The summary and recommended procedures for potential implementation in real environment can be found in the conclusion of this paper.
Detection and Analysis of Violators in the Monitored Area
Sadílek, Jakub ; Drahanský, Martin (referee) ; Goldmann, Tomáš (advisor)
The aim of this thesis is to create an internet application for detection and analysis of violators in the monitored area. Such an application then can be used for automated processing of records from security cameras or other captured videos from the guarded area. The first part of the work is focused on the theory of neural networks for object detection and classification in the image and recognition of people by their face. The next part describes used technologies for application development. The result is a client-server application with the possibility of configuration of processing, which allows detection of violators, identification of persons, object tracking and counting, path drawing, definition of the monitored area, usage of own detector, etc. Processed videos at the end can be played, downloaded or together with a list of detected violators shared on the internet via link.
Tracking of Moving Objects in Video
Folenta, Ján ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
This bachelor thesis deals with the issue of detection, tracking and counting vehicles in different directions in video. To deal with this problem, modern techniques of object detection and tracking using convolutional neural networks are used. The goal of this work is to achieve highest possible accuracy of vehicle counting while maintaining the processing of video recordings in real-time. The problems of the implemented method for detection and tracking are solved by analyzing and working with the trajectories of vehicles. With accuracy of 90,94% and total score of 0,8829, this work participated in AI City Challenge 2020, where it placed 6th.
Detection of Vehicle License Plates in Video
Líbal, Tomáš ; Hradiš, Michal (referee) ; Herout, Adam (advisor)
This thesis deals with preparation of training dataset and training of convolutional neural network for licence plate detection in video. Darknet technology was used for detection, specifically the YOLOv3-tiny neural network model. The solution was focused on the most accurate detection and the smallest number of false positives per image, thus minimizing overall model error. Dataset was prepared from existing freely available datasets, from the dataset provided by the GRAPH@FIT research group, and from self-annotated images created from downloaded YouTube videos. Furthermore, this dataset has been processed using data augmentation, extending it to twice the size. The YOLO Mark tool was used to create annotations. An ROC curve was used to visualize the detection success. Created solution reaches minimum total error 10,849%. Part of the solution is already mentioned dataset.
Detection and Analysis of Violators in the Monitored Area
Sadílek, Jakub ; Drahanský, Martin (referee) ; Goldmann, Tomáš (advisor)
The aim of this thesis is to create an internet application for detection and analysis of violators in the monitored area. Such an application then can be used for automated processing of records from security cameras or other captured videos from the guarded area. The first part of the work is focused on the theory of neural networks for object detection and classification in the image and recognition of people by their face. The next part describes used technologies for application development. The result is a client-server application with the possibility of configuration of processing, which allows detection of violators, identification of persons, object tracking and counting, path drawing, definition of the monitored area, usage of own detector, etc. Processed videos at the end can be played, downloaded or together with a list of detected violators shared on the internet via link.
Depth-Based Determination of a 3D Hand Position
Ondris, Ladislav ; Tinka, Jan (referee) ; Drahanský, Martin (advisor)
Cílem této práce je určení kostry ruky z hloubkového obrazu a jeho následné využití k rozpoznání statického gesta. Na vstupu je hloubkový obrázek, ve kterém je nejprve detekována ruka pomocí neuronové sítě Tiny YOLOv3. Následně je obrázek zbaven pozadí a z takto předzpracovaného obrázku je určena kostra ruky v podobě 21 klíčových bodů neuronovou sítí JGR-P2O. K rozpoznání gesta z klíčových bodů ruky byla navržena technika, která porovná kostru na vstupu s uživatelem definovanými gesty. Funkcionalita systému byla otestována na vytvořeném datasetu s více než čtyřmi tisíci obrázky.
Deep learning model for visual detection and classification general object from industry
Dočkal, Radim ; Honec, Peter (referee) ; Kratochvíla, Lukáš (advisor)
The goal of this bachelor’s thesis is to programme deep learning model for visual detection and classification of general object from industry. The paper is divided into five chapters. First chapter deals with research of the most used architectures of this type. The second chapter deals with choosing the best fitting architecture for usage in industry. In the third chapter is desribed the procedure of creating your own dataset. The fourth chapter then describes the implementation process itself, so that each sub-part of the architecture was sufficiently described and the results are described in the fifht chapter. The summary and recommended procedures for potential implementation in real environment can be found in the conclusion of this paper.

National Repository of Grey Literature : 14 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.